getBubbleMetadata

@Nullable
open fun getBubbleMetadata(@NonNull notification: @NonNull Notification): @Nullable NotificationCompat.BubbleMetadata(source)

Get the BubbleMetadata for a notification that will be used to display app content in a floating window over the existing foreground activity.

Return

the BubbleMetadata if available and set, otherwise null

Parameters

notification

the notification to inspect